|
|
I received this error while doing a difference with a triangle within
a union (POV 3.5, NT4), yet it seems to have rendered fine, that
is, the semicircle was removed from the triangle. What did I do
incorrectly?
difference {
union {
cylinder { <-0.1,0.25,0> <0,0,0> 0.005 }
cylinder { <0.1,0.25,0> <0,0,0> 0.005 }
triangle { <0,0,0>, <-0.1,0.25.0>, <0.1,0.25.0> }
}
cylinder { <0,0.25, 0.1> <0,0.25,-0.1> 0.11 }
pigment {rgb 1}
}
=Bob=
Post a reply to this message
|
|